*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html::-moz-selection {
  background-color: #295a40;
  color: #fff;
}
html::selection {
  background-color: #295a40;
  color: #fff;
}
@media only screen and (max-width: 62.5em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 43.75em) {
  html {
    font-size: 50%;
  }
}

body {
  font-family: "Karla", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

input::-webkit-input-placeholder {
  font: inherit;
}

input::-moz-placeholder {
  font: inherit;
}

input:-ms-input-placeholder {
  font: inherit;
}

input::-ms-input-placeholder {
  font: inherit;
}

input, button, select, textarea, input::placeholder {
  font: inherit;
}

iframe {
  max-width: 100% !important;
}

.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://images.learn.laurelsprings.com/EloquaImages/clients/LaurelSpringsSchool/%7Be47df2f3-0c2f-42dd-ae82-017b3285c6f2%7D_EssaiHeroImage.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://images.learn.laurelsprings.com/EloquaImages/clients/LaurelSpringsSchool/%7Be47df2f3-0c2f-42dd-ae82-017b3285c6f2%7D_EssaiHeroImage.jpg");
  background-size: contain;
  background-color: #002a54;
  background-position: left;
  background-repeat: no-repeat;
  padding-block: 8rem;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.header__logo {
  text-align: center;
}
.header__logo img {
  width: 50rem;
}
.header__content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  max-width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 43.75em) {
  .header__content {
    max-width: 100%;
    text-align: left;
  }
}
.header__content--title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 3.2rem;
  font-weight: 700;
}
.header__content--description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}
.header__content--ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 37.5em) {
  .header__content--ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about {
  padding-block: 8rem;
  background-color: #3f738d;
  color: #fff;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.about__partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media only screen and (max-width: 37.5em) {
  .about__partner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about__partner--text {
  font-size: 4rem;
  font-weight: 900;
}
@media only screen and (max-width: 37.5em) {
  .about__partner--text {
    width: 100%;
  }
}
.about__partner--line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__partner--name {
  font-family: "Trirong", serif;
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  color: #f2cd00;
}
.about__content {
  max-width: 60%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
@media only screen and (max-width: 56.25em) {
  .about__content {
    max-width: 100%;
  }
}
.about__logo {
  text-align: center;
}
@media only screen and (max-width: 56.25em) {
  .about__logo {
    text-align: left;
  }
}
.about__logo img {
  width: 10rem;
}
.about__underlogo--asset--img {
  max-width: 70%;
  margin-inline: auto;
}
@media only screen and (max-width: 37.5em) {
  .about__underlogo--asset--img {
    max-width: 100%;
  }
}
.about__underlogo--asset--img img {
  border-radius: 6px;
  border: 2px solid #d8dfe1;
}
.about__text {
  text-wrap: pretty;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
}
.about__partner--cta {
  text-align: center;
}

.contact {
  padding-block: 8rem;
}
.contact__wrapper--box {
  max-width: 60%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media only screen and (max-width: 56.25em) {
  .contact__wrapper--box {
    max-width: 100%;
  }
}
.contact__wrapper--box--details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
.contact__title {
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  color: #295a40;
}
@media only screen and (max-width: 37.5em) {
  .contact__title {
    text-align: left;
  }
}
.contact__description {
  font-size: 1.8rem;
  color: #295a40;
  line-height: 1.7;
  font-weight: 600;
}
.contact__link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.contact__link:hover {
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  text-decoration-color: #f2cd00;
  color: #bc4700;
}
.contact__link:active {
  text-underline-offset: 5px;
}
.contact__wrapper--box--cta {
  text-align: center;
}

.followus {
  background-color: #f5f5f7;
  padding-block: 8rem;
}
.followus__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.followus__title {
  font-size: 4rem;
  font-weight: 800;
  color: #002b49;
}
.followus__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media only screen and (max-width: 50em) {
  .followus__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.followus__box {
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #d8dfe1;
  border-radius: 30px;
  overflow: hidden;
}
.followus__box iframe {
  border: none !important;
  border-bottom: 2px solid #d8dfe1 !important;
  width: 100% !important;
}
.followus__socials {
  padding: 3rem;
  background-color: #f5f5f7;
  border: 1px solid #d8dfe1;
  border-radius: 45px;
  margin: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.followus__socials--box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.followus__socials--title {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 3rem;
  color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#3f738d), to(#91b6bb));
  background-image: linear-gradient(to right, #3f738d, #91b6bb);
  -webkit-background-clip: text;
          background-clip: text;
}
.followus__socials--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
.followus__socials--item {
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d8dfe1;
  cursor: pointer;
  font-size: 3rem;
  color: #002b49;
  -webkit-transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.followus__socials--item:hover {
  background-color: #3f738d;
  color: #fff;
}